The GetRequestStatus operation is to retrieve the status of submitted transaction through four new parameters: State, API Call, Delivery Status, and Delivery Date.
| Operation | GetRequestStatus |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/GetRequestStatus |
| Input | IEDocService_GetRequestStatus_InputMessage (soap:body, use = literal) parameters type GetRequestStatus |
| Output | IEDocService_GetRequestStatus_OutputMessage (soap:body, use = literal) parameters type GetRequestStatus |
The operation input is GetRequestStatus. The request requires a RequestStatusIn object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | RequestStatusIn | Required | An object serving as the root element for the request. |
For sample code, see: GetRequestStatus.